CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 插补 算法

搜索资源列表

  1. 2005912

    0下载:
  2. 运用数控机床上的逐点比较插补算法来实现悬挂物体控制系统的画图要求-use of CNC machine tools-by-point comparison of interpolation algorithm to achieve flag objects of the class control system requirements
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4655
    • 提供者:aki
  1. cpld_line_cnc

    1下载:
  2. 关于用CPLD和FPGA做插补算法的内容,对于想用FPGA做控制的朋友是个好的借鉴!-on with CPLD and FPGA done interpolation algorithm, for to do with the control of the FPGA is a good friend from!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:191555
    • 提供者:舟舟
  1. designoflineandcircle

    1下载:
  2. 直线圆弧插补算法,利用C8051F单片机控制的铣床模型(直线圆弧插补算法)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:7908
    • 提供者:qq
  1. example_of_c8051f

    1下载:
  2. 利用C8051F单片机控制的铣床模型(直线圆弧插补算法)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1808
    • 提供者:小方
  1. CTrench

    0下载:
  2. 图形插补 包含对直线、圆、圆弧等图形的插补算法
  3. 所属分类:绘图程序

    • 发布日期:2014-01-16
    • 文件大小:3510
    • 提供者:karakara
  1. CGHomework

    0下载:
  2. 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanki
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31501
    • 提供者:聂青阳
  1. ck

    0下载:
  2. 使用vc++开发的数控系统的插补算法,本人发现的,上传供大家参考
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:82608
    • 提供者:gaopeng
  1. cabu

    0下载:
  2. 单片机插补算法思想,看了后会有点帮助。希望能对大家有用
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:234961
    • 提供者:XM
  1. ArcChaBu

    0下载:
  2. 任意三次曲线插补 任意三次曲线方程:y=(1/9)*Math.pow(x, 3)+(1/3)*Math.pow(x, 2)+(5/6)*x 设置起点坐标和终点坐标。 在面板上画出插补算法直线。 F>=0,x向+x方向前进一步,J7-- F<0,y向+y方向前进一步,J7-- 直到J7<0 J7=|xe-x0|+|ye-y0| -Any arbitrary cubic curve cubic interpolation equation:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:943
    • 提供者:guoqian
  1. 123

    0下载:
  2. 具体分析了数字积分法插补全象限直线、顺逆圆的算法,给出了插补流程图,编制了插补软件,提供了程序代码,列出了仿真结果-Concrete analysis of digital integral method interpolation all quadrants linear, ShunNi round algorithm is presented, the interpolation flowcharts, compiled the interpolation software, prov
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:513
    • 提供者:李磊
  1. DDA

    0下载:
  2. 基于DDA插补算法的2维直线插补源码,并绘制插补轨迹曲线.-DDA interpolation algorithm based on linear interpolation of 2-dimensional source, and draw the interpolation trajectory curve.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1924674
    • 提供者:lijinsong
  1. Interpolation-algorithm

    0下载:
  2. 论文里介绍了基于纯软件开放式数控系统插补算法的研究-Thesis describes the software-based open-CNC interpolation algorithm
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1678787
    • 提供者:keyhhb
  1. zhudianbijiaofachabu

    0下载:
  2. 逐点比较法的插补算法,在vc中运行,自动计算-By-point comparison of the interpolation algorithm, running in the vc, automatic calculation of
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:268104
    • 提供者:张小
  1. DDA

    0下载:
  2. DDA插补算法,我还加了图形显示;可以动态观察-DDA computer contorl
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7739133
    • 提供者:liuhong
  1. Untitled

    1下载:
  2. 描述NURBS曲线插补算法的生成,实现NURBS插补的过程-Describe the generation of NURBS curves
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:mazhe
  1. chabu

    0下载:
  2. 插补程序,数控插补仿真系统的开发与研究,这里使用了普通逐点比较和积分两种插补算法,曲线类型可以是直线或弧线,数字积分窗口大小和坐标参数、圆弧和直线参数等都可自定义,本插补程序可以清屏、可以下一步继续插补等。-Interpolation procedures, CNC interpolation simulation system development and research, using the ordinary pointwise and integral two interpolatio
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:6863
    • 提供者:
  1. line

    0下载:
  2. 实现直线的插补算法,输入起始坐标终止坐标和步长,自动插补直线-line insert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:953
    • 提供者:万木
  1. Space-circular-interpolation

    0下载:
  2. 包喊空间圆弧插补算法原理及matlab仿真代码,任意输入空间中3个不再同一直线上的坐标点,则可计算出这3个点所在圆弧的其它插补点。-Package shouting space circular interpolation algorithm and Matlab simulation code, an arbitrary input space 3 is no longer the same line the coordinates of the point, you can calculat
  3. 所属分类:Algorithm

    • 发布日期:2014-05-17
    • 文件大小:162816
    • 提供者:caleb
  1. keshe

    0下载:
  2. 这是一个数控系统的圆弧插补和直线插补算法-This is a CNC interpolation algorithm
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-10
    • 文件大小:80712
    • 提供者:wang
  1. control_s

    3下载:
  2. 数控机床 多轴插补原理积分算法,实现s曲线加减速原理(Numerical control machine tool multi axis interpolation principle, integration algorithm, to achieve the S curve acceleration and deceleration principle)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:4925440
    • 提供者:qing wang
« 1 23 4 5 »
搜珍网 www.dssz.com